projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65aa44a
)
* config.h.in (HAVE_CLOSEDIR): Add an #undef for autoconf to
author
Jim Blandy
<jimb@redhat.com>
Thu, 17 Jun 1993 04:59:01 +0000
(
04:59
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Thu, 17 Jun 1993 04:59:01 +0000
(
04:59
+0000)
change.
* sysdep.c (closedir): Only define this if autoconf can't find
HAVE_CLOSEDIR. If we're running under solaris (defined (sun) &&
defined (USG5_4)), then don't free the buffer separately.
src/config.in
patch
|
blob
|
history
diff --git
a/src/config.in
b/src/config.in
index fe34dda65c447efb9d7e0719647e4066ad35f9b2..0eba46124d74f71d03ba6935fab7df7dd365241f 100644
(file)
--- a/
src/config.in
+++ b/
src/config.in
@@
-100,6
+100,7
@@
and this notice must be preserved on all copies. */
#undef HAVE_XRMSETDATABASE
#undef HAVE_RANDOM
#undef HAVE_LIBXBSD
+#undef HAVE_CLOSEDIR
/* If using GNU, then support inline function declarations. */
#ifdef __GNUC__